
.NYBan{
    width: 100%;
    height: 700px;
    position: relative;
}
.NYBan::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(30, 35, 62,.0);
}
.NVban{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f7f8f9;
}
.NYNav{
    display: flex;
    align-items: center;
}
.NYNimg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.NYNitem{
    font-size: 18px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 70px;
    color: #333;
    position: relative;
   
}
.NYNitem.on{
    color: #1E233e;
    font-weight: 600;
}
.NYNitem::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #1E233e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.48s;
}
.NYNitem.on::after{
    width: 100%;
}
.Newsell{
    background: url(../images/newS_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5% 0;
}
.NewSitem{
    display: flex;
    justify-content: space-between;
}
.NewSitem .imgBox{
    width: 50%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.NewSitem .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.NewSitem:hover .imgBox img{
    transform: scale(1.1);
}
.NewSitem .Tbox{
    width: 45%;
}
.NewSitem .time{
    font-size: 14px;
    line-height: 1;
}
.NewSitem .tit {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 20px;
}
.NewSitem .text{
    font-size: 16px;
    color: #333;
    min-height: 85px;
    margin-bottom: 30px;
}
.NewSitem .btn{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.NewSitem .btn div{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.NewSitem .btn div:nth-child(1) img{
    transform: rotate(180deg);
}
.NewSitem .btn div img{
    width: 40%;
    opacity: .6;
}
.NewSitem .imgBox2{
    display: block;
}
.NewSitem .imgBox2{
    display: none;
}
.NewLBox{
    padding: 5% 0;
    /* background-image: linear-gradient(to bottom right, #fff,#DBE7F5); */
    background:#fff;
}
.NewXList{
    display: flex;
    align-items: center;
}
.NewXList .time{
    font-size: 20px;
    font-weight: 600;
}
.NewList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.NewXList .List{
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
    margin-left: 20px;
}
.NewXList .item,.NewXList a{
    margin: 0 10px;
    padding: 12px 35px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.48s;
    font-family: "BagnardSans";
}
.NewXList .item:hover{
    background: #007409;
    color: #fff;
}
.NewXList .item.on,.NewXList a.on{
    background: #007409;
    color: #fff;
}
.NewTItem{
    width: calc(33.3% - 20px);
    margin: 0 30px 30px 0;
    /* background: #f7f8f9; */
    /* padding: 20px;
    border-radius: 16px; */
    display: inline-block;
}
.NewTItem:nth-child(3n){
    margin: 0 0 30px 0;
}
.NewTItem .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.48s;
    border-radius: 8px;
}
.NewTItem:hover .imgBox img{
    transform: scale(1.1);
}
.NewTItem .imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    border-radius: 8px;
}
.NewTItem .Tbox {
    padding: 20px 0;
}
.NewTItem .Tbox .timeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.NewTItem .tit {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.48s;
    margin: 15px 0 20px;
    line-height: 1.5;
}
.NewTItem:hover .tit{
 color: #1E233e;
}
.NewTItem .time {
    font-size: 14px;
    line-height: 1;
    font-family: "BagnardSans";
}
.PageBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
	margin-bottom: 30px;
}
.PageItem{
    margin: 0 5px;
    padding: 8px 30px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    cursor: pointer;
}
.PageItem:hover{
    background: #1E233e;
    color: #fff;
}
.PageItem.on{
    background: #1E233e;
    color: #fff;
}
.conCbox{
    position: relative;
    padding: 5% 0; 
    margin-top: 65px;
}
.conCbox .inner{
    position: relative;
}
.conCbox .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.conCbox .img{
    height: 100%;
    position: absolute;
    top: 72%;
    right: 0;
    transform: translateY(-50%);
}
.conCbox .Tbox{
    width: 55%;
    position: relative;
}
.conCbox .Tbox .Ttit{
    padding: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.conCbox  .Ttit .icon{
    width: 30px;
}
.conCList{
    margin-top: 50px;
}
.conCItem{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.conCItem .imgBox{
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
}
.conCItem .imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.conCItem .cTbox{
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.conCItem .tit{
    font-size: 20px;
    font-weight: bold;
    color: #1E233e;
    /* margin-bottom: 15px; */
}
.conCItem .list{
    margin: 12px 0;
}
.conCItem .item{
    display: flex;
    align-items: center;
}
.conCItem .item img{
    width: 14px;
    opacity: .5;
    margin-right: 6px;
}
.conCItem .item span{
   font-size: 14px;
}
.conCItem .btn{
    margin-top: 10px;
 }
 .conCItem .btn a{
    display: inline-block;
    font-size: 12px;
    padding: 5px 25px;
   transition: all 0.48s;
    border-radius: 8px;
    color: #fff;
    background: #1E233e;
    border: 1px solid rgb(0 0 0 / 10%);
 }
 /* .conCItem .btn a:hover{
    color: #fff;
    background: #1E233e;
 } */
.proDtTc {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.68);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.proDt_close {
    width: 100%;
    height: 100%;
}
.proDt {
    width: 60%;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    overflow: hidden;
}
.proDtTc .close {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}
.close img {
    width: 40px;
}
.proDt .DtBox{
    width: 100%;
    height: 100%;
}


.AbjBox{
    background: url(../images/abJbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5% 0;
}
.AbjBox .inner{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.AbjBox .Tbox1{
    display: none;
}
.AbjBox .Tbox2{
    display: block;
}
.AbjBox .imgBox{
    width: 45%;
    border-radius: 16px;
    background: #1E233e;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 5%)
}
.AbjBox .imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       transition: all 0.48s;
}
.AbjBox .imgBox video{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.AbjBox .imgBox .swiper-slide:hover img{
    transform: scale(1.1);
}
.AbjSwiper{
    width: 100%;
    height: 100%;
}
.AbjBox .Tbox{
    width: 50%;
}
.AbjBox .text{
    margin-top: 30px;
}
.AbjBox .text span{
    font-size: 18px;

}
.AbGBox{
    padding: 5% 0;
    background: #E5ECF5;
}
.abGList {
  /*  display: flex;
    flex-wrap: wrap;
    align-items: center; */
    margin-top: 50px;
}
.abGItem {
/*    width: calc(33.3% - 20px); */
    margin: 0 0px 30px 0;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
/*    transition: all 0.48s; */
    top: 0;
}
.abGItem:hover{
    top: -5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.abGItem:nth-child(3n){
 /*   margin-right: 0; */
}
.abGItem .imgBox{
    width: 100%;
    height: 20vw;
/*    border-radius: 50%; */
    overflow: hidden;
}



.abGItem .imgBox img{
    -o-object-fit: cover;
       object-fit: cover;
	       position: absolute;
	       max-width: 70%;
	       left: 50%;
	       top: 50%;
	       transform: translate(-50%, -50%);
}

.abGItem .Tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.abGItem .tit{
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: inline-block;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;

}
.abGItem .text{
    font-size: 15px;
    display: inline-block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
}

 .inBtnA .yuan {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}  
 .inBtnA .textbox {
    font-size: 14px;
} 
.abGItem .btn span{
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display:inline-block;
}
.AbHBox{
    background: url(../images/500271031.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5% 0;
}
.AgHList{
    margin: 50px 0 0;
    position: relative;
}
.AgHItem{
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.AgHItem .imgBox{
    width: 450px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    justify-content: center;
    position: relative;
}
.AgHItem .imgBox::after{
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*content: '';*/
    /*background: rgb(30, 35, 62,.3);*/
}
.AgHItem .imgBox img{
    width: 100%;
    object-fit: contain;
}
.AgHItem .Tbox{
    width: calc(100% - 480px);
}
.AgHItem .tit{
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}
.AgHItem .text{
    font-size: 16px;
    margin-top: 30px;
}
.AgHItem .logo{
    height: 50px;
}


/*  */
.abFbox {
    background: url(../images/abFbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5% 0;
    position: relative;
}
.indHTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.indHTop .btn{
    display: flex;
    align-items: center;
}
.indHTop .btn div{
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: all 0.48s;
}
.indHTop .btn div:nth-child(1) img{
    transform: rotate(180deg);
}
.indHTop .btn div img{
    width: 40%;
    opacity: .6;
}
.indHTop .btn div .img1{
  display: block;
}
.indHTop .btn div .img2{
    display: none;
  }
.indHTop .btn div:hover{
    border: none;
    background: #1E233e;
}
.indHTop .btn div:hover .img1{
    display: none;
  }
  .indHTop .btn div:hover .img2{
      display: block;
    }

.abFlist{
    position: relative;
    z-index: 2;
    margin-top: 50px;
    overflow: hidden;
}
.abFXian{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
    left: 0;
    top: 94px;
}
.abFswiper{
    padding-top: 40px;
}
.abFswiper .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.indHisItem {
    margin-bottom: 40px;
    text-align: center;
    transition: all .48s;
    cursor: pointer;
}
.indHisText span {
    display: block;
    font-size: 26px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-family: "BagnardSans";
}
.indHisText i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin-left: 15px;
    position: relative;
    margin: 50px auto 0;
}
.indHisText .line {
    position: absolute;
    left: 50%;
    bottom: -160px;
    width: 1px;
    height: 0;
    background-color: #d6d6d5;
    z-index: -1;
}
.indHisBox .swiper-slide-active .indHisText .line {
    height: 210px;
    bottom: -130px;
    transition: all .3s .3s;
}

.js_indHis.swiper-container {
    padding-top: 40px;
    overflow: hidden;
}

.indHisBox .swiper-slide-active .indHisText span {
    font-size: 32px;
    transform: translate(-50%, -30px);
    transition: all .3s;
    color: #f0a377;
}
.indHisBox .swiper-slide-active .indHisText i{
    background: #f0a377;
}   
.indHis_xq{
    margin-top: 30px;
    padding: 0 10%;
}




/* === */
.indHis_xq .swiper-slide {
    /* background: #fff; */
    white-space: nowrap;
    text-align: center;
}

/* .indHis_xq .swiper-slide.four {
    animation: scrollit 20s infinite linear;
} */

.indHis_xq .swiper-slide.four .scroll-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    /* left: -38px; */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    -webkit-animation: scrollit 30s infinite 0s linear;
    animation: scrollit 30s infinite 0s linear;
    -webkit-animation-play-state: running;
            animation-play-state: running;
}

.indHis_xq .swiper-slide.four .scroll-content:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

@-webkit-keyframes scrollit {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollit {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-50%);
    }
}

.scroll-item {
    flex-shrink: 0;
}

/* .swiper-slide.four .indHis_img {
    padding-top: 13.85%;
} */


.indHis_img {
    display: inline-block;
    width: 300px;
    margin: 0 0.5vw;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #1E233e;
}

.indHis_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.indHis_img .time {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px;
    white-space: normal;
    text-align: left;
    transition: all .48s;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; 
    color: #fff;
}

.indHis_img span {
    /* font-size: 14px;
    line-height: 14px;
    color: #333;
    font-family: "BagnardSans"; */
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    font-family: "BagnardSans";
    color: #f7f8f9;
}

.indHis_img p {
    font-size: 16px;
    line-height: 24px;
    height: 50px;
    color: #fff;
    margin-top: 0px;
    transition: all .48s;
    text-align: center;
    margin-top: 15px;
}
.indHis_xq .swiper-slide{
    opacity: 0 !important;
}
.indHis_xq .swiper-slide-thumb-active{
    opacity: 1 !important;
}




/* 
.indHXItem{
    display: flex;
    justify-content: space-between;
    background: #f7f8f9;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}
.indHXItem.swiper-slide-thumb-active{
    display: flex;
}
.indHXItem .left{
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indHXItem .left .time{
    font-size: 48px;
    color: #1E233e;
    font-family: "BagnardSans";
}
.indHXItem .left .time span{
    font-size: 24px;
    color: #1E233e;
}
.indHXItem .TBox{
    width: calc(100% - 500px);
    padding: 30px 50px;
    min-height: 200px;
    border-left: 1px solid rgb(0 0 0 / 5%);
   position: relative;
   display: flex;
   align-items: center;
}
.indHXItem .TBox .icon{
    width: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: .1;
    z-index: 6;
}
.indHXItem .TBox .list{
    width: 100%;
    padding-right: 20px;
     display: flex;
    justify-content: center;
    flex-direction: column;
}
.indHXItem .item{
    padding: 15px 0;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}
.indHXItem .item .yue{
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    opacity: .4;
    font-family: "BagnardSans";
}
.indHXItem .item .yue span{
    font-size: 20px;
    line-height: 1;
}
.indHXItem .item .text{
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
}
.indHXItem .item:last-child{
    border-bottom: none;
} */






.AbQBox{
    padding: 5% 0;
    position: relative;
 background: url(../images/abQbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.AbQBox .left{
    width: 45%;
}
.AbQList{
    margin-top: 80px;
}
.AbQItem{
   padding: 30px;
   border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow:  0 0 10px rgb(255 255 255 / 10%);
    padding: 50px;
}
.AbQItem:nth-child(1){
    align-items: center;
    background: rgb(29, 102, 197,.1);
    /* background: #fff; */
  
}
.AbQItem:nth-child(2){
    background: rgb(255, 255, 255,.8);
    margin-top: 50px;
    /* align-items: ; */
}
.AbQItem .TBox{
    width: 45%;
    /* padding: 50px 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.AbQItem:first-child .TBox{
    margin-right: 50px;
}

.AbQItem .tit{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #1E233e;
}
.AbQItem .text{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 50px;
}
.AbQItem:nth-child(2) .text{
    margin-top: 0px;
}
.AbQItem:nth-child(2) .text span{
    width: 30%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #1E233e;
    margin-right: 3%;
    border-radius: 8px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
    animation: Bg7 5s infinite linear;
}
.AbQItem:nth-child(1) .text span{
    font-size: 18px;
}
.AbQItem .text span:nth-child(2n){
    background: #DDAD92;
    animation-delay:-2s;
}
/* .AbQItem .text span:nth-child(3){
   
    animation-delay:-3s;
}
.AbQItem .text span:nth-child(4){
    background: #F0CFC4;
    animation-delay:-4s;
}
.AbQItem .text span:nth-child(6){
    background: #CDDDE1;
    animation-delay:-2s;
} */
/* .AbQItem .text span:nth-child(6){
    background: #f7f8f9;
    color: #333;
} */
/* .AbQItem .leftBox{
   
} */
.AbQItem .imgBox{
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 52%;
    margin-right: 5%;
}
.AbQItem .imgBox::after{
   /* width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(30, 35, 62,.2);
    content: '';*/
}
.AbQItem .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.AbQItem .imgBox:hover img{
    transform: scale(1.1);
}
.AbQTbox{
    width: 480px;
    position: relative;
    margin-left: 5%;
}
.AbQTbox .image{
    width: 100%;
    height: 100%;
}
.AbQTbox .xian {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 51%;
    top: 51%;
    transform: translate(-50%,-50%) scale(2.2);
    border: 1px dashed rgb(30, 35, 62,.2);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: XZ 50s infinite linear;
            animation: XZ 50s infinite linear;
}
@-webkit-keyframes XZ {
    0% {
        transform: translate(-50%,-50%) scale(2.2) rotate(0);
    }
    100% {
        transform: translate(-50%,-50%) scale(2.2) rotate(360deg);
    }
}
@keyframes XZ {
    0% {
        transform: translate(-50%,-50%) scale(2.2) rotate(0);
    }
    100% {
        transform: translate(-50%,-50%) scale(2.2) rotate(360deg);
    }
}

.AbQTicon {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.AbQTicon img{
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
}
.AbQTicon span{
 font-size: 16px;
 line-height: 1;
 color: #fff;
 display: block;
}
.AbQTicon1 {
    width: 75px;
    position: absolute;
    left: 50.5%;
    transform: translateX(-50%);
    top: 45px;
}
.AbQTicon1 img{
    width: 70px;
    height: auto;
}
.AbQTicon2 {
    position: absolute;
    right: 20px;
    top: 175px;
}
.AbQTicon4 {
    position: absolute;
    left: 93px;
    top: 392px;
}
.AbQTicon5 {
    position: absolute;
    left: 20px;
    top: 170px;
}
.AbQTicon3 {
    position: absolute;
    right: 95px;
    top: 390px;
}

/* .AbQTicon6 {
    position: absolute;
    left: 18px;
    top: 196px;
} */
/* .AbQTicon1 .img{
    width: 50px;
    height: auto;
} */
.Abcon{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-image: linear-gradient(to bottom right,#1E233e); */
    background: #DDAD92;
    border-radius: 50%;
    box-shadow: inset 3px -3px rgb(255 255 255 / 40%);
}
.Abcon::after{
    width: 110%;
    height: 110%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: rgb(221, 173, 146,.3);
    content: '';
    z-index: -1;
    -webkit-animation: FD 10s infinite linear;
            animation: FD 10s infinite linear;
}
.Abcon .img{
    width: 35px;
}
.Abcon span{
   font-weight: bold;
   font-size: 18px;
   line-height: 1;
   color: #fff;
   margin-top: 10px;
}

@-webkit-keyframes FD {
    0% {
        width: 110%;
    height: 110%;
    background: rgb(221, 173, 146,.3);
    }
    50% {
        width: 150%;
    height: 150%;
    background: rgb(221, 173, 146,.1);
    }
    100% {
        width: 110%;
    height: 110%;
    background: rgb(221, 173, 146,.3);
    }
}

@keyframes FD {
    0% {
        width: 110%;
    height: 110%;
    background: rgb(221, 173, 146,.3);
    }
    50% {
        width: 150%;
    height: 150%;
    background: rgb(221, 173, 146,.1);
    }
    100% {
        width: 110%;
    height: 110%;
    background: rgb(221, 173, 146,.3);
    }
}

.abGJBox{
    width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 16px;
    overflow: hidden;
    padding: 50px;
    background: #fff;
    border-radius: 16px;
}
.abGJBox .Top{
    display: flex;
    justify-content: space-between;
}
.abGJBox .imgBox{
    width: 170px;
    height: 170px;
    border-radius: 50%;
}
.abGJBox .imgBox img{
    width: 100%;
    height: 100%;
}
.abGJBox .Tbox{
    width: calc( 100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.abGJBox .Tbox .tit{
    font-size: 32px;
    font-weight: bold;
}
.abGJBox .Tbox .jian{
    font-size: 20px;
}
.abGJBox  .Text{
    font-size: 16px;
    margin-top: 30px;
}
.abGJBox .list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.abGJBox .list .item{
    margin-right: 30px;
}
.abGJBox .list .item img{
   width: 100px;
}


















.reBig{

    position: relative;
    overflow: hidden;
}

.reBox{
  
    position: relative;
    display: none;
   
}
.reBox .inner{
    padding: 5% 0;
}
/* .reBox:nth-child(2){
    background: url(../images/reJbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
} */
.reBox:nth-child(3){
    background: url(../images/strbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.reBList{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reBList .swiper-container{
    width: 100%;
}
.reItem .imgBox{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.reItem .imgBox img{
    width: 100%;
}
.reItem .tit{
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    /* background: rgb(30, 35, 62,.8); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.reFlbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reFlitem{
    width: calc(16.66% - 20px);
    border-radius: 8px;
    margin-right: 24px;
    margin-bottom: 25px;
    /* box-shadow:  0 0 10px rgb(0 0 0 / 10%); */
    height: 180px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transition: all .48s;
}
.reFlitem:nth-child(6n){
    margin-right: 0;
}
.reImg{
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    background: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.reTox{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 1s;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    
}
.reFlitem .imgBox{
    height: 50px;
}
.reFlitem .imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.48s;
}
.reFlitem .text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: all 0.48s;
}
.reFlitem:hover{
    box-shadow:  0 0 10px rgb(0 0 0 / 10%);
}
.reFlitem:hover .imgBox img{
    transform: scale(1.1);
}
.reFlitem:hover  .text{
    transform: scale(1.1);
}
.reTox .tit{
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}
.reTox .span {
    font-size: 14px;
    margin-top: 16px;
    line-height: 1.5;
    text-align: center;
}
.reFlitem.on .reTox{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    z-index: 6;
}
.reFlitem.on .reImg{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.joinTop{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    position: relative;
    z-index: 9;
}

.joinTit{
    font-size: 48px;
    font-weight: bold;
    color: #1E233e;
}
.joinText{
    font-size: 18px;
   
}
.joinicon {
    font-size: 16px;
    /* margin: 30px 0 50px; */
    display: flex;
    align-items: center;
    position: relative;
}
.joinicon .guan{
    width: 50px;
    height: 50px;
    background: #1E233e;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.joinicon .ewmBox{
    display: none;
    position: absolute;
    top: 90%;
    left: 50%;
    width: 120px;
    padding: 5px;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 10 rgba(0, 0, 0, 0.1);
}
.joinicon:hover .ewmBox{
    display: block;
}
.joinicon .ewmBox img{
    width: 100%;
}

.joinicon .guan img{
    width: 60%;
}

.workBox{
    padding: 5% 0;
    position: relative;
    overflow: hidden;
    display: none;
}
.workList{
    margin-top: 50px;
    padding: 0 10%;
}
.workitem{
    overflow: hidden;
    border-radius: 8px;
}
.workitem img{
    width: 100%;
}
.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.workVBox{
    width: 100%;
    position: relative;
}
.proVideoBox{
    width: 100%;
}
.proVideoXq{
    position: relative;
    padding-top: 55%;
    overflow: hidden;
    border-radius: 16px;
}
.proVideoXq video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.proVideoXq img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.planOne_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.48s;
    cursor: pointer;
    width: 60px;
}
.planOne_play img{
    width: 100%;
}
.NYNitem.top{
    margin-top: 126px;
}
.rejBox{
    margin-top: 50px;
    position: relative;
    z-index: 6;
}
.rejBox.fix{
    width: 100%;
    position: fixed;
    left: 0%;
    top: 30px;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 9;
    /* transform: translateX(-50%); */
}
.rejBox.fix .reform{
    width: 80%;
    margin: 0 auto;
    
}
/* .rejBox.fix span,.rejBox.fix .reiBox{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
} */

.reform{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    
}
.rejItem {
    width: 30%;
    position: relative;
    z-index: 9;
   
}
.rejItem:first-child {
    z-index: 10;
   
}
.rejItem:last-child{
    z-index: 2;
}
.rejItem span{
    cursor: pointer;
    padding: 22px 30px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    color: #333;
    border-radius: 1000px;
    background-color: #f7f8f9;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rejItem .icon{
    width: 20px;
    height: 20px;
}
.rejItem ul{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: #f7f8f9;
    padding: 30px 0;
    height: 230px;
    overflow-y: auto;
    display: none;
    z-index: 9;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.rejItem ul a{
  font-size: 16px;
  padding: 10px 30px;
  display: block;
  
}
.rejItem ul li:active a{
    color: #1E233e;
}
.reiBox{
    cursor: pointer;
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    border-radius: 1000px;
    background-color: #f7f8f9;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     padding: 22px 30px;
}
.rejItem input{
    background-color: #f7f8f9;
    width: 80%;
    font-size: 16px;
    color: transparent;
    color: #333;
}
.reZList{
    margin-top: 50px;
}
.reZItem{
    border-radius: 40px;
    background-color: #f7f8f9;
    margin-bottom: 20px;
    cursor: pointer;
   
}
.reZItem .top{
    padding: 0 40px;
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}
.reZItem em{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1E233e;
    margin-right: 10px;
    opacity: .6;
}
.reZItem .span1 span{
    font-size: 20px;
}
.reZItem .top div{
    display: flex;
    align-items: center;
}
.reZItem .span2 span{
    font-size: 16px;
    margin-right: 10px;
}
.reZItem .span2 img{
    width: 18px;
    transform: rotate(-90deg);
}
.reZItem .Tbox{
    width: 100%;
    padding: 0 50px 50px;
    display: none;
    background-repeat: no-repeat;
    background-position: 150% 240%;
    background-size: auto 8.2rem;
}
.reZItem .Tbox .xian{
    border-top: 1px solid rgb(0 0 0 / 10%);
    height: 50px;
}
.reZItem .list{
    margin-bottom: 50px;
}
.reZItem .list p{
    color: #1E233e;
    font-size: 16px;
    font-weight: bold;
}
.reZItem .list span{
margin-top: 15px;
    font-size: 16px;
    display: block;
}

.reZItem .inBtnA .yuan {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}  
 .reZItem .inBtnA .textbox {
    font-size: 18px;
} 



.piBox{
    padding: 5% 0;
}
.PipelineTable {
    margin-top: 20px;
}
.PipelineBox .PipelineTable{
    display: none;
}
.rdHead {
    margin-top: -1px;
    background: #1E233e;
    border-left: 1px solid rgb(221 221 221 / 60%);
     border-right: 1px solid rgb(221 221 221 / 60%);
}
.rdRow {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.rdCol:first-child{
    padding: 0 10px 0 20px;
    justify-content: flex-start;
}


.rdHead .rdCol {
    border-right: 1px solid rgb(255 255 255 / 20%);

}
.rdCol {
    position: relative;
    z-index: 3;
    text-align: center;
    border-top: 1px solid rgb(0 0 0 / 5%);
    border-right: 1px solid rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
.rdCol .img{
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: 0 2px;
}
.rdCol .logo{
    width: 80%;
}
.rdCol.w8 {
    width: 10%;
}
.rdCol.w10 {
    width: 10%;
}
.rdCol.w12 {
    width: 12%;
}
.rdCol.w20 {
    width: 20%;
}
.rdCol.w48 {
    width: 48%;
    justify-content: flex-start;
}
.rdHead .rdCol>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rdCol span {
    font-size: 16px;
    line-height: 1.2;
}
.rdCol:first-child div{
    display: flex;
    align-items: center;
}
.rdCol:first-child span{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-right: 3px;
}
.rdCol .icon{
    width: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.rdHead span {
    display: block;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    width: 100%;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: bold;
    padding: 20px 0;
    color: #fff;
}
.rdBody {
    position: relative;
    border-left: 1px solid rgb(221 221 221 / 60%);
    border-right: 1px solid rgb(221 221 221 / 60%);
}
.rdBody {
    background: #fff;
}
.rdBody:last-child{
    border-bottom: 1px solid rgb(221 221 221 / 60%);
}
.rdZk {
    cursor: pointer;
}
.rdRow {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.rdCol .jt {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    transform: translateY(-50%);
    height: 14px;
    transition: all 0.48s;
    /* animation: svgHandler 0.6s linear infinite alternate; */
}
/* .rdCol svg path {
    fill: #1E233e;
} */
.pep2Col_mark {
    position: relative;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    height: 30px;
    width: 0%;
    transition: all 1s 1s;
}
.appear .pep2Col_mark {
    width: 100%;
    margin: 15px 0;
}

.pep2Col_bg {
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 1s 1s;
    width: 0;
   background: #1E233e;
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    border-radius: 0 50px 50px 0;
}
/* .pep2Col_bg::after {
    content: '';
    position: absolute;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid #1E233e;
    right: -30px;
    top: 0px;
} */
.pep2Col_bg .pep2Col_guo{
    width: 80px;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.rdXq:nth-child(2n) .pep2Col_bg {
    background: #DDAD92;
}
.rdXq:nth-child(2n){
    background: #F2F8FC;
}
/* .PipelineTable:nth-child(2) .pep2Col_bg{
    background:#F0CFC4
} */
/* .PipelineTable:nth-child(2) .pep2Col_bg::after{
    border-left: 15px solid #F0CFC4;
} */
.rdXq{
    position: relative;
}
.rdBody .rdTit{
    width: 8%;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    z-index: 20;
    border-right: 1px solid rgb(221 221 221 / 60%);
    border-top: 1px solid rgb(221 221 221 / 60%);
}
.rdBody .rdTit span{
    font-size: 18px;
    /* color: #1E233e; */
    font-weight: bold;
}
.rdRow .rdCol:last-child{
    border-right:none
}
.rdTxt {
    display: none;
    width: 100%;
    border-top: 1px solid rgb(221 221 221 / 60%);
}
.rdTxt>div {
    width: 100%;
    height: 100%;
    padding: 20px 50px;
}
.rdTxt_span {
    display: block;
    border-bottom: 1px dashed #1E233e;
    line-height: 2;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #1E233e;
}
.rdTxt_p {
    font-size: 16px;
    min-height: 80px;
}
.rdBodyTit .rdRow.rdZk.actice .rdCol.w25{
    border-bottom: 1px solid rgb(221 221 221 / 60%);
}





/* 研发实力 */
.strBox{
    padding: 5% 0;
    position: relative;
    
}
.strList{
    margin-top: 50px;
}
.strItem{
    padding: 30px 50px;
    background: #f7f8f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow:  0 0 5px rgb(255, 255, 255,.3);
}
.strItem .tit{
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}
.strItem .imgSwiper{
    width: 57%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.strItem .Tbright{
    display: block;
}
.strItem .TbLeft{
    display: none;
}
.strItem2 .TbLeft{
    display: block;
}
.strItem2 .Tbright{
    display: none;
}
.strItem .imgSwiper img{
    width: 100%;
    transition: all 0.48s;
}
.strItem:hover .imgBox img{
    transform: scale(1.1);
}
.strItem .Tbox{
    width: 40%;
}
.strItem .text{
    font-size: 18px;
}
.strItem:nth-child(2n){
   
    background: rgb(30, 35, 62,.1);
}

.strBList{
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}
.strBItem{
    display: flex;
    margin-right:10px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #1E233e;
    cursor: pointer;
    text-shadow: 1px 1px 3px rgb(29 102 197 / 40%);
    border-radius: 30px;
    padding: 8px 20px;
    border: 1px solid #1E233e;
    transition: all 0.48s;
    margin-bottom: 20px;
}
.strBItem.on{
    background: #1E233e;
    color: #fff;
}
.strBItem:hover{
    background: #1E233e;
    color: #fff;
}







.STpagination{
    bottom: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
    text-align: center;
}
.STpagination .swiper-pagination-bullet-active{
    background: #1E233e;
}

.pro_join{
    width: 500px;
    border-radius: 8px;
    background: #fff;
    padding: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.pro_join .tit{
    font-size: 24px;
    font-weight: bold;
}
.pro_join .text{
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
    color: #aaa;
}
.pro_join .text span{
    color: #f00;
}
.pro_join #uploadFileButton{
    padding: 5px 25px;
    font-size: 12px;
    background: #fff;
    margin-right: 5px;
}
.proDtTc .btn p{
    font-size: 16px;
    padding: 0 15px;
    border-right: 1px solid rgb(0 0 0 / 10%);
}
.proDtTc .btn span{
    font-size: 12px;
}
.proDtTc .btnBox{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.proDtTc .btn{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 20px 0 5px;
}
.proDtTc .btn .flex{
    display: flex;
    align-items: center;
}
.proDtTc .btnBox div{
    width: 125px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 8px;
    margin: 0 8px;
}
.proDtTc .btnBox div:nth-child(1){
    background: #1E233e;
    color: #fff;
}
.proDtTc .btnBox div:nth-child(2){
   border: 1px solid rgb(0 0 0 / 10%);
}

.piNav{
    height: 100px;
    transition: all 0.48s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rdXd{
    background: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 79px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
    display: none;
    opacity: 0;
}
.rdXd1.fix{
    display: block;
    opacity: 1;
}
.rdXd2.fix{
    display: block;
    opacity: 1;
}
.rdBody.top{
  margin-top: 70px;
}
.rdBody{
    transition: all 0.48s;
}

.piNList{
    display: flex;
    align-items: center;
    justify-content: center;
}
.piItem{
    transition: all 0.48s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 3px rgb(30, 35, 62,.4);
    background: #F0CFC4;
    box-shadow: 0 0 10px rgb(221, 173, 146,.4);
}
.piItem:nth-child(1){
    /* background: #1E233e; */
    border-radius: 50px 0 0 50px;
    padding: 8px 10px 8px 18px;
    
}
.piItem.on{
    background: #1E233e;
    box-shadow: 0 0 10px rgb(30, 35, 62,.4);

}
.piItem:nth-child(1).on{
    padding: 12px 25px 12px 35px;
    
}
.piItem:nth-child(2).on{
    padding: 12px 35px 12px 25px;
    
}
.piItem:nth-child(2){
   
    border-radius: 0 50px 50px 0;
    padding: 8px 18px 8px 10px;
   
}
.PipelineTable:nth-child(2) .rdTxt_span{
    color: #F0CFC4;
    border-bottom: 1px dashed #F0CFC4;
}
.reWBox{
    background: #f7f8f9;
    /* margin-top: 50px; */
}
.workFlist{
    display: flex;
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
}
.workFlist .item{
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #1E233e;
    cursor: pointer;

    border-radius: 50px;
    border: 1px solid #1E233e;
    transition: all 0.48s;
    padding: 10px 50px;
    margin: 0 1%;
}
.workFlist .item:hover{
    background: #1E233e;
    color: #fff;
}
.workFlist .item.on{
    background: #1E233e;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(29 102 197 / 40%);
}




/* 临床开发 */
.cliBox{
    padding: 5% 0;
    position: relative;
    background: #f7f8f9;
}
.cliBox .inner{
    display: flex;
    justify-content: space-between;
}
.cliFbox{
    width: 200px;
    /* justify-content: flex-end; */
}
.cliFList{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 80px;
}
.cliFItem{
    padding: 20px 20px 20px 30px;
    border-radius: 50px 0 0 50px;
    margin-bottom: 20px;
    /* width: ; */
    border-bottom: 1px solid rgb(0 0 0 / 05%);
    text-align: center;
    background: #fff;
    transition: all 1s;
    width: 70%;
}
.cliFItem span{
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    text-shadow: 1px 1px 3px rgb(29 102 197 / 40%);
}
.cliFItem.on{
    width: 100%;
    background: #1E233e;
}
.cliFItem.on span{
    color: #fff;
    text-shadow: 1px 1px 3px rgb(255 255 255 / 40%);
}
.cliTbox{
    width: calc(100% - 200px);
    background: #1E233e;
    padding: 50px;
    border-radius: 16px;
}
.cliTbox .tit{
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #f7f8f9;
}
.cliTList{
    margin-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 05%);
    padding: 50px 0;
    min-height: 600px;
}
.cliTItem{
    display: none;
}
.cliTItem .text span{
    font-size: 18px;
    display: block;
    color: #eee;
    margin-bottom: 15px;
    text-indent: 2em;
}
.cliTItem .text p{
    font-size: 24px;
    font-weight: 600;
    color: #f7f8f9;
    /* display: inline-block; */
}
.cliTItem .imgBox{
    width: 100%;
    margin: 30px 0;
}
.cliTItem .imgBox img{
    width: 100%;
    margin-bottom: 15px;
}
.cliTItem .imgBox img:last-child{
    margin-bottom: 0;
}
.cliTItem .imgBox p{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #f7f8f9;
    margin-bottom: 30px;
}
.cliTList h2{
    color: #f7f8f9;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
/* .cliTItem .text h4{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
} */


.NewBan::after{
    background: rgb(30, 35, 62,.3);
}



.ivBox{
    padding: 5% 0;
    position: relative;
}
.ivBox .inner{
    display: flex;
    justify-content: space-between;
}
.ivLeft{
    width: 250px;
}
.ivlList{
    /* padding: 20px 0; */
}
.ivlList .item{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.48s;
    /* border: 1px solid rgb(30, 35, 62,.1); */
    border-radius: 30px;
    margin-bottom: 20px;
    background: #f7f8f9;
}
.ivlList .item.on{
    background: #1E233e;
    color: #fff;
}
.ivlList .item:hover{
    background: #1E233e;
    color: #fff;
}
.ivBig{
 width: calc(100% - 320px);
 /* background: #1E233e; */
 padding: 0 0 0 100px;
 border-left: 1px solid rgb(30, 35, 62,.1);
}

.inRList{
    width: 100%;
    display: none;
}
.inRTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inRTit{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.inRTop .btnBox{
    display: flex;
    align-items: center;
}
.inRTop .btnBox .btn{
    width: 150px;
    height: 45px;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid rgb(30, 35, 62,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.inRTop .btnBox .btn.on{
    background: #1E233e;
    color: #fff;
}
.inGList{
    margin-top: 50px;
    /* padding-top: 50px;
    border-top: 1px solid rgb(30, 35, 62,.2); */
}
.inGitem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid rgb(30, 35, 62,.2);
}
.inGitem .left{
    width: calc(100% - 120px);
}
.inGitem .time{
    font-size: 14px;
    line-height: 1;
    color: #1d66c5;
}
.inGitem .tit{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    /* display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-weight: 600;
    opacity: .8;
}
.inGitem .imgBox svg{
    width: 30px;
    height: 30px;
}
/* .inGitem .imgBox path{
   fill: #1d66c5;
} */

.inPBox{
    margin-top: 50px;
    background: #f7f8f9;
    padding: 30px 50px;
    border-radius: 16px;
}
.inPBox span{
    display: block;
    font-size: 24px;
    margin-bottom: 14px;
}
.inPBox p b {
    font-size: 32px;
    font-weight: bold;
    padding-right: 30px;
}
.inPBox p {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
}
.inPBox p img {
    width: 15px;
    vertical-align: baseline;
}
.inP_ul {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.inP_li {
    flex: 1;
}
.inP_li:last-child{
    border-right: none;
}
.inP_li_span {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 8px;
}
.inP_li_p {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
}
.inPBox i {
    font-size: 15px;
    color: #999;
}



.inTList {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inTItem:nth-child(2n-1) {
    border-left: 0;
    padding-right: 5%;
}
.inTItem:nth-child(-n+2) {
    border-top: 0;
}
.inTItem {
    width: 50%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 6% 0;
    display: flex;
    align-items: center;
}
.inTItem i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1E233e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.inTItem i svg{
 width: 50%;
 height: 50%;
}
.inTItem i path{
    fill: #fff;
}
.inTItem>div {
    width: calc(100% - 88px);
}
.inTItem span {
    position: relative;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #999;
    font-weight: bold;
    color: #333;
    font-weight: bold;
}

.inTItem p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 14px;
    font-weight: 600;
}
.inTItem:nth-child(2n) {
    padding-left: 5%;
}
.inTItem:nth-child(-n+2) {
    border-top: 0;
}
.inTItem:last-child {
    width: 100%;
    padding-right: 0;
}
.inTItem:nth-child(2n-1) {
    border-left: 0;
    padding-right: 5%;
}







.pep2Col_mlb {
    display: none;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #e9e9e9;
}
.pep2Col_mlb_tit {
    background: #fff;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pep2Col_mlb_tit .img{
    width: 18px;
}
.pep2Col_mlb_tit svg{
    width: 25px;
    height: 25px;
}
.pep2Col_mlb_tit .icon2{ 
    display: none;
}
.pep2Col_mlb_tit .icon1{ 
    display: block;
}
.rdXq.on .pep2Col_mlb_tit .icon2{ 
    display: block;
}
.rdXq.on .pep2Col_mlb_tit .icon1{ 
    display: none;
}
.pep2Col_mlb_tit svg  path{
    fill: #1E233e;
}
.pep2Col_mlb_tit span {
    font-size: 18px;
    font-weight: bold;
}
.pep2Col_mlb .indMore {
    padding: 10px 25px;
    background: #1E233e;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 30px;
}
.pep2Tab_five {
    display: none;
    border: 0;
}
.pep2Col_mlb_txt>div {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
}

.pep2Col_mlb_txt p  {
    width: 25%;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px 0;
}
.pep2Col_mlb_txt p:last-child{
    border-right:none
}
.pep2Col_mlb_txt span {
    margin-bottom: 6px;
    letter-spacing: 0;
    color: #999;
    display: block;
    font-size: 14px;
}
.pep2Col_mlb_border {
    position: relative;
    z-index: 2;
}
.pep2Col_mlb_head {
    text-align: center;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.pep2Col_mlb_head .pep2Tab_List {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border: 0;
}
.pep2Col_mlb_head .pep2Tab_List>div{
    width: 25%;
    border-right: 1px solid #e9e9e9;
    padding: 10px 0;
}
.pep2Col_mlb_head .pep2Tab_List>div:last-child{
    border-right: 0;
}
.pep2Col_mlb_head .pep2Tab_List span{
   font-size: 14px;
}
.pep2Tab_List .pep2Col {
    border: 0;
    height: auto;
    padding: 10px 0;
    position: relative;
}
.pep2Col_txt span{
    font-size: 14px;
    padding: 0 15px;
}
.pep2Col_span{
font-size: 14px;
padding: 20px 30px;
}
.rdXq:nth-child(2n) .pep2Col_mlb_tit {
    background: #F2F8FC;
}
.rdXq:nth-child(2n) .pep2Tab_five {
    background: #F2F8FC;
}

.pep2Col_mlb_txt img {
    width: 100px;
    height: 23px;
    object-fit: contain;
}
/*  */
/* ===============================
    contact
================================================================================= */
.contact {
    position: relative;
    overflow: hidden;
}

.conTop {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conTop_l {
    width: 50%;

}

.conMap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}

.mapBox {
    width: 100%;
    height: 100%;
}

.conTop_r {
    width: 50%;
    padding: 5vw 5vw 3vw;
}

.conTop_div {
    max-width: 538px;
    margin: 0 auto;
}

.conTop_span {
    position: relative;
    font-size: 24px;
    color: #b1010e;
    padding-bottom: 20px;
}

.conTop_span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background: #b1010e;
}

.conTop_r ul {
    margin-top: 30px;
}

.conTop_r li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 25px;
    border-bottom: 1px solid #e1e1e1;
}

.conTop_r li:last-of-type {
    border-bottom: 0;
}

.conTop_r li.one {
    display: block;
}

.conTop_r li div {
    padding-left: 25px;

    background-repeat: no-repeat;
    background-position: left 6px;
    min-width: 40%;
}

.conTop_r li span {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 5px;
}

.conTop_r li p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.conTop_r li p img {
    display: block;
    width: 80px;
}

.conBtm {
    position: relative;
    background: #f8f8f8;
}

.conBtm::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #333 url(../images/toy-plane-hand.jpg) no-repeat;
	background-size: cover;
}

.conBtm::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
/*    background: rgba(0, 0, 0, 0.38)*/
}

.conBtm .inner {
    position: relative;
    z-index: 11;
}

.conBtm {
    position: relative;
    padding: 108px 0;
}

.conBtm .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conInline {
    display: inline-block;
    width: 70%;
    padding: 6%;
    background: #fff;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
}

.conInline form div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline form input {
    width: 45%;
    background: #f8f8f8;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 0;
}
.conInline form input:nth-child(2){float: right}
.conInline form textarea {
    background: #f8f8f8;
    height: 148px;
    width: 100%;
    margin-top: 24px;
    border: 0;
	padding: 0 14px;
}
.conInline form textarea:focus-visible{border: none}
.conInline form button {
    background: #007409;
    color: #fff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border: 0;
    margin-top: 38px;
    margin-right: 0;
    letter-spacing: 2px;
}

.conP {
    display: flex;
    align-items: center;
    width: 24%;
}

.conP p {
    font-size: 16px;
    line-height: 2.1;
    color: #fff;
    letter-spacing: 1px;
}

.conP_ewm {
    display: inline-block;
    text-align: center;
    margin-bottom: 48px;
}

.conP_ewm div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 18px;
}

.conP_ewm svg {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.conP_ewm path {
    fill: #fff;
}

.conP_ewm img {
    vertical-align: middle;
    display: inline-block;
    width: 102px;
    padding: 3px;
    background: #fff;
}

.conP_ewm span {
    display: block;
    color: #fff;
    opacity: 0.8;
}

.conP_svg {
    max-width: 100%;
    margin-top: 89px;
    transform: scale(0.9);
    transform-origin: left center;
}

/* 产品中心 */
.prolist-b{
	text-align: center;
}
.prolist-ba{
	line-height: 6.25vw;
	display: inline-block;
	margin: 0 2.16vw;
	color: #999;
}
.prolist-ba:hover{
	color: #007409;
}
.prolist-ba.on{
	font-weight: bold;
	color: #007409;
}
.prolist-ul{
	font-size: 0;
	width: 100%;
}
.prolist-li-bj{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	background: #ebeef2;
	position: relative;
	z-index: 1;
}
.prolist-li{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.prolist-li-bj:nth-child(2n + 0){
	background: #f6f7f9;
}
.prolist-c{
	width: 100%;
	height: 23.18vw;
/* 	padding: 1.5vw; */
	line-height: 20.18vw;
	text-align: center;
	overflow: hidden;
}
.prolist-c img{
	max-height: 100%;
	min-height: 50%;
}
.prolist-d{
	width: 100%;
	height: 5.73vw;
	position: relative;
	color: #999;
transition: all .5s;
-webkit-transition: all .5s;  
}
.prolist-d1{
	width: 100%;
	padding: 0 1.5vw;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.prolist-li-bj:hover .prolist-d{
	background: #cce6ed;
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;  
}

.prolist-e{
	display: block;
	width: 4vw;
	height: 2.4vw;
	border-radius: 1.2vw;
	position: absolute;
	top: 2.1vw;
	right: 2.1vw;
	z-index: 2;
	overflow: hidden;
	background:#fff url(../img/ico17_1.png) no-repeat center; 
	background-size: 1.25vw;
	background-position-x: calc(100% - .9vw);
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.prolist-e2{
	width: 100%;
	color: #007409;
	line-height: 2.4vw;
transition: all .3s;
-webkit-transition: all .3s;  
text-align: center;
}


.prolist-eb{
	top: 5vw;
	background-image: url(../img/ico18_1.png);
}
.prolist-eb:hover{
	background-image: url(../img/ico18_2.png);
}

.prolist-mr{
	border: 1px solid #e2e2e2;
	line-height: 3.75vw;
	width: 9.375vw;
	border-radius: 1.85vw;
}
.prolist-mr:hover{}
.prolist-mr-bj{
	margin: 4.16vw 0;
}


@media(max-width:1200px){
	.prolist-ba{
		line-height: 70px;
	}
	.prolist-c{
		height: 240px;
		padding: 30px;
		line-height: 180px;
	}
	.prolist-d{
		height: 60px;
	}
	.prolist-d1{
		padding: 0 20px;
		line-height: 1.4;
	}
	.prolist-mr{
		width: 140px;
		line-height: 60px;
		border-radius: 30px;
	}
	.prolist-a23{
		width: 53vw;
	}
}
@media(max-width:1000px){
	.prolist-a23{
		width: 48vw;
	}
	.prolist-a2{
		font-size: 7vw;
		line-height: 1.15;
	}
	.prolist-a3{
		font-size: 13px;
		padding-left: 5vw;
		margin-top: 5vw;
	}
	.prolist-abj{
		height: 63vw;
	}
}
@media(max-width:750px){
	.prolist-b{
		padding: 1rem;
		text-align: left;
	}
	.prolist-ba{
		display: inline-block;
		margin: 0;
		margin-right: 1.2rem;
		line-height: 1.6rem;
		font-size: 16px;
	}
	.prolist-li-bj{
		width: 100%;
	}
	.prolist-c{
		height: 18rem;
		padding: .4rem;
		line-height: 3.8rem;
		margin-top: 20px;
	}
	.prolist-d{
		height: 3rem;
		margin-top: .2rem;
	}
	.prolist-d1{
		padding: 1rem 1.3rem;
		font-size: 16px;
	}
	.prolist-e{
		width: 1.7rem;
		height: 1.6rem;
		background-size: .3rem auto;
		background-position-x: calc(100% - .2rem);
		border-radius: .3rem;
		top: .6rem;
		display: none;
	}
	.prolist-eb{
		top: 1.3rem;
	}
	.prolist-mr-bj{
		margin: .8rem 0;
	}
	.prolist-mr{
		/*border: 0;*/
		width: auto;
		line-height: .8rem;
		width: 2.4rem;
	}
	.prolist-abj{
		height: auto;
		background-image: url(../img/img21_1.jpg);
	}
	.prolist-a23{
		width: 100%;
		padding-top: 2rem;
	}
	.prolist-a2{
		font-size: .6rem;
		min-height: auto;
	}
	.prolist-a3{
		width: 100%;
		padding: 0;
		margin-top: .4rem;
	}
	.prolist-a4{
		position: initial;
		top: initial;
		right: 4%;
		margin-top: .3rem;
		height: auto;
		width: 100%;
		transform: initial;
		padding: 0 5%;
		
	}
	
	.prolist-a5{
		width: 100%;
		text-align: center;
		padding-bottom: .8rem;
		margin-top: .6rem;
		position: initial;
	}
	.prolist-a6{
		font-size: .4rem;
	}
	.prolist-ali{
		margin: 0 .2rem;
	}
}
/* 产品详情 */
.proinfo{
	padding-top: 2.16vw;
	padding-bottom: 8.333vw;
}
.proinfo-a{
	margin: 0;
	font-weight: 500;
}
.proinfo-a span{
	/*font-weight: bold;*/
}

.proinfo-div{
	width: 100%;
	margin-top: 6.85vw;
	font-size: 0;
	position: relative;
	display: flex
}
.proinfo-lt{
	width: 24%;
	min-height: 10px;
	display: inline-block;
	vertical-align: top;
}
.proinfo-pos{
	position: absolute;
	top: 0;
	width: 16vw;
}
@media(min-width:1200px){
	.proinfo-pos.fd{
		position: fixed;
		top: 7vw;
	}
	.proinfo-pos.fd.ab {
	    position: absolute;
	    top: initial;
	    bottom: 0;
	    z-index: 4;
	}
}
.proinfo-xt{
	width: 100%;
	height: 1px;
}
.proinfo-b{
	line-height: 1.3;
	font-weight: bold;
	font-size: 2vw;
}
.proinfo-rt{
	width: 68%;
	min-height: 50vh;
	display: inline-block;
	vertical-align: top;
}
.proinfo-c{
	margin-top: 3.75vw;
	display: inline-block;
	border-left: 2px solid #eeeeee;
}
.proinfo-cli{
	line-height: 1.2;
	margin-top: 1.56vw;
	color: #999;
	padding-left: 1.05vw;
	position: relative;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.proinfo-cli:first-child{
	margin: 0;
}
.proinfo-cli:after{
	content: '';
	width: 2px;
	height:0%;
	position: absolute;
	left: -2px;
	top: 50%;
	background: #007409;
transition: all .5s;
-webkit-transition: all .5s; 
	
}
.proinfo-cli:hover{
	color: #222;
	font-weight: bold;
transition: all .5s;
-webkit-transition: all .5s;  
}
.proinfo-cli:hover:after{
	height: 100%;
	top: 0;
transition: all .5s;
-webkit-transition: all .5s; 
}
.proinfo-list{
	width: 100%;
	margin-top: 6.25vw;
}
.proinfo-list:first-child{
	margin: 0;
}
.proinfo-d{
	line-height: 1.2;
	padding-bottom: 1.25vw;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	font-size: 24px;
}
.proinfo-d:after{
	content: '';
	width: 2.16vw;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #007409;
}
.proinfo-e{
	margin-top: 1.25vw;
}
.proinfo-f{
	font-size: 0;
}
.proinfo-fli{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-top: 3.125vw;
}
.proinfo-fli:nth-child(2n + 0){
	margin-left: 4%;
}
.proinfo-f2{
	height: 2.864583vw;
}
.proinfo-f3{
	margin-top: .8vw;
}
.proinfo-f4{
	color: #999;
}
.proinfo-g{
	font-size: 0;
}
.proinfo-gul{
	display: none;
}
.proinfo-gli{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	padding-right: 4%;
	margin-top: 3.125vw;
	padding-left: 8px;
	border-left: 6px solid #007409;
}
.proinfo-g3{
	color: #999;
	margin-top: 2px;
}
@media(min-width:751px){
	.proinfo-gli:nth-child(3n + 0){
		padding-right: 0;
	}
}
.proinfo-hlt{
	display: inline-block;
}
.proinfo-hrt{
	float: right;
	position: relative;
}
.proinfo-h2{
	padding-right: 2vw;
	background: url(../img/ico20_1.png) no-repeat right center;
	background-size: .8vw auto;
	cursor: pointer;
}
.proinfo-h3{
	width: 10vw;
	background: #fff;
	box-shadow: 0 .5vw .5vw #ccc;
	border-radius: .6vw;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 1vw;
	display: none;
}
.proinfo-h3>div{
	color: #dddddd;
	margin: .6vw 0;
	cursor: pointer;
}
.proinfo-h3>div:hover{
	color: #00aaa5;
}
.proinfo-ck{
	width: 12.5vw;
	position: absolute;
	right: 12vw;
	bottom: 14vw;
}
.proinfo-ck-a{
	width: 6.5vw;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.proinfo-ck-b{
	display: block;
	width: 6.5vw;
	position: absolute;
	right: 0;
	top: 0;
}
.proinfo-ck-ps{
	position: relative;
}
@media(max-width:1200px){
	.proinfo-lt{
		width: 100%;
		margin-bottom: 25px;
	}
	.proinfo-rt{
		width: 100%;
		margin-top:80px;
	}
	.proinfo-pos{
		position: relative;
		width: 100%;
	}
	.proinfo-c{
		width: 100%;
		border: 0;
	}
	.proinfo-cli{
		display: inline-block;
		margin: 0;
		padding: 0;
		margin-right: 30px !important;
	}
	.proinfo-cli:after{
		display: none;
	}
	.proinfo-d{
		font-weight: bold;
		padding-bottom: 15px;
	}
	.proinfo-h2{
		line-height: 1.8;
		padding-right: 18px;
		background-size: 12px auto;
	}
	.proinfo-h3{
		padding: 20px;
		width: 150px;
	}
	.proinfo-h3>div{
		margin: 10px 0;
	}
	.proinfo-d:after{
		width: 30px;
	}
	.proinfo-f2{
		height: 35px;
	}
}

@media(max-width:750px){
	.proinfo-ck{
		width: 1rem;
		bottom:60%;
		right: 5%;
	}
	.proinfo-ck-a{
		width: 100%;
		top: 0;
	}
	.proinfo-ck-b{
		width: 100%;
		top: .9rem;
	}
	.proinfo{
		padding: .8rem 0 1rem 0;
	}
	.proinfo-a{
		font-size: .24rem;
	}
	.proinfo-cli{
		font-size: .26rem;
		margin-right: 1.3rem !important;
	}
	.proinfo-rt{
		margin-top: .8rem;
	}
	.proinfo-list{
		margin-top: .8rem;
	}
	.proinfo-d{
		font-size: 16px;
		padding-bottom: 15px;
	}
	.proinfo-e{
		margin-top: .25rem;
	}
	.proinfo-f{
		margin-top: 0rem;
	}
	.proinfo-fli{
		width: 100%;
		margin-top: .6rem;
		margin-left:0 !important;
	}
	.proinfo-h2{
		font-size: .3rem;
	}
	.proinfo-h3{
		width: 2rem;
		padding:.15rem .25rem;
	}
	.proinfo-h3>div{
		font-size: .28rem;
		margin: .1rem 0;
	}
	.proinfo-gli{
		width: 50%;
		padding-right: 5%;
		margin: 0;
		margin-top: .5rem;
		padding-left: 5px;
		border-width: 3px;
	}
	.proinfo-g2{
		font-size: .26rem;
	}
	.proinfo-g3{
		font-size: .24rem;
	}
	.proinfo-gli:nth-child(2n + 0){
		padding-right: 0;
	}
}
.detailsbox{background: #f4f7fa;margin-top:100px;padding-bottom: 2%}
.detailsbox .gyclt-b{padding: 30px 0;}
.picbox{background: #f4f7fa;}
.picswiper{width: 50%;}
.picswiper .swiper-slide img{max-width: 100%;}
.picbox .btitle{font-size: 1.5vw;text-align: center;padding: 20px 0;}
.picswiper_pagination{text-align: center;}
.picswiper_pagination .swiper-pagination-bullet{background: #333;}
.picswiper_pagination .swiper-pagination-bullet-active{background: #007409;}

@media(max-width:750px){
	.picswiper{width: 100%;}
	.picbox .btitle{font-size: 16px;}
	.detailsbox{margin-top: 70px;}
	.proinfo-div{display: block;}
	.proinfo-b{font-size: 20px;}
	.proinfo-cli{font-size: 16px;}
	.conTop {
	    flex-wrap: wrap;}
		.conTop_l {height: 268px;width: 100%}
		.conTop_r {padding: 38px 24px;width: 100%}
		.conTop_div {max-width: 100%;}
		
		.conTop_r li {
	    flex-wrap: wrap;
	    padding: 0;
	    border: 0;
	}
		.conTop_r li div {
	    background-position: left 18px;
	    max-width: 100%;
	    width: 100%;
	    padding: 14px 10px;
	    padding-left: 28px;
	    border-bottom: 1px solid #e1e1e1;
	}
		.conTop_r li span {
	    margin-bottom: 3px;
	}
		.conTop_r li p {
	    font-size: 13px;
	}
	.conBtm { padding: 48px 0;}
	.conInline {padding: 34px;width: 100%}
	.conInline form input {
	    width: 100%;
	    margin-bottom: 10px;
	    height: 40px;
	    line-height: 40px;}
	.conInline form textarea {margin: 0;}
	.conInline form button {width: 118px;height: 38px;line-height: 38px;margin-top: 14px;font-size: 14px;}
	.conP {display: none;}
}